configuration /
notification /
ext-syslog-server /
syslog-configuration[ID]
CLI REST-API
protocol
protocol
This is a read-write object and valid values are:
- ldap [0] (ldap://)
- ldaps [1] (ldaps://)
See also:
/configuration/system/ext-auth/ldap/mappings/server[ID]
/configuration/system/ext-auth/ldap/mappings/server[ID]/enable
/configuration/system/ext-auth/ldap/mappings/server[ID]/uri
/configuration/system/ext-auth/ldap/mappings/server[ID]/port
REST-API Support:
This object is supported by the REST API:
Method: GET
URL: /api/configuration/notification/ext-syslog-server/syslog-configuration.*
Example using curl:
curl /api/configuration/notification/ext-syslog-server/syslog-configuration.*
Method: PATCH
URL: /api/configuration/notification/ext-syslog-server/syslog-configuration.*
Body:
{
"protocol": "TCP"
}
Example using curl:
curl -X PATCH /api/configuration/notification/ext-syslog-server/syslog-configuration.* -d
{
"protocol": "TCP"
}